/*
 Theme Name:    Arabianwave Marketplace
 Theme URI:     https://themeforest.net/item/electro-electronics-store-woocommerce-theme/15720624
 Description:   This is the child theme of Electro
 Author:        Waqas Ahmad
 Author URI:    https://www.arabianwave.com/
 Template:      electro
 Version:       1.2.5
 License:       GNU General Public License v2 or later
 License URI:   http://www.gnu.org/licenses/gpl-2.0.html
 Tags:          light, dark, two-columns, right-sidebar, responsive-layout
 Text Domain:   electro-child
*/

.footer-payment-logo .card-item>img { width: 100%; max-width: none; }


/*product sale badge*/
.product-loop-header .woocommerce-LoopProduct-link {
    position: relative;
}

.owl-item>.product .onsale, .products:not(.electro-v1)>.product .onsale {
    top: 43px;
    right: 0;
}

/*Add "add to cart" button to on sale product in deal tabs block*/

.section-onsale-product .onsale-product .price-add-to-cart {
    flex-wrap: wrap;
}

.section-onsale-product .onsale-product .add-to-cart-wrap {
    text-align: center;
    margin: 20px;
}

.section-onsale-product .onsale-product .button, 
.section-onsale-product .onsale-product .added_to_cart {
    margin-top: 0;
    color: #fff;
    width: auto;
    text-indent: 0;
    font-weight: bold;
    font-size: 13px;
    padding: 0.5em 1.385em;
    border-radius: 1.4em;
    float: none;
    background-color: #f89a20;
}

.section-onsale-product .onsale-product .button:hover, 
.section-onsale-product .onsale-product .added_to_cart:hover,
.section-onsale-product .onsale-product .button:focus, 
.section-onsale-product .onsale-product .added_to_cart:focus {
    background-color: #333e48;
}

.section-onsale-product .onsale-product .button:before,
.section-onsale-product .onsale-product .add_to_cart_button:before,
.section-onsale-product .onsale-product .added_to_cart:before {
    padding: 0 !important;
    background: transparent !important;
    float: left !important;
    margin-top: 4px !important;
    margin-right: 8px !important;
}

.section-onsale-product .onsale-product .added_to_cart:before {
    content: none;
}